'Declaration<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function GetAnalogItemNode(Of TValue)( _ ByVal modelClient As UAModelClient, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ ) As UAAnalogItemNode(Of TValue,TValue)
'UsageDim modelClient As UAModelClient Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim value As UAAnalogItemNode(Of TValue,TValue) value = UAModelClientExtension.GetAnalogItemNode(Of TValue)(modelClient, endpointDescriptor, nodeDescriptor)
[Extension()] [NotNull()] public static UAAnalogItemNode<TValue,TValue> GetAnalogItemNode<TValue>( UAModelClient modelClient, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
[Extension()] [NotNull()] public: static UAAnalogItemNode<TValue^,TValue^>^ GetAnalogItemNodegeneric<typename TValue> ( UAModelClient^ modelClient, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor )
Parameters
- modelClient
 - The OPC-UA model client.
 - endpointDescriptor
 - Endpoint descriptor. Identifies the OPC-UA server.
 - nodeDescriptor
 - Node descriptor. Identifies the node in OPC server's address space.
 
Type Parameters
- TValue
 - The type of the value of the node.
 
Return Value
Returns the analog item node obtained from the model client.